﻿* {
/*    padding: 0px;
    margin: 0px;*/
}

input {
}

    input[type=text], input[type=password] {
     /*   max-width: none;
        width: 100%;
        padding: 10px 5%;
        margin-top: 2px;
        background-color: gainsboro;
        border: none;
        outline: gray 1px solid;*/
    }

    input[type=submit], button {
       /* width: 100%;
        padding: 8px 0px;
        background-color: #0060DF;
        color: white;
        border: #0060DF 2px solid;
        border-radius: 5px;
        font-weight: bold;*/
    }

    input input:focus {
      /*  margin-top: 40px;*/
    }

    input [submit]:hover, button:hover {
        /*cursor: pointer;
        background-color: #0067ee;
        border: #0067ee 2px solid;*/
    }

    input [submit]:hover, button:active {
       /* background-color: #0049a8;
        border: #0049a8 2px solid;*/
    }

a {
    /*text-decoration: none;*/
}

    a:visited {
      /*  color: #0067ee;*/
    }

    a:active {
       /* color: #00F260;*/
    }

html {
    /*font-size: 14px;*/
}

.body-content {
}

.footer {
    position: fixed;
    height: 30px;
    bottom: 0;
    width: 100%;
}

.body-content-form {
}

.icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.dropdown-menu {
    text-align: right;
}

.fontsize-10 {
    font-size: 10px;
}
.fontsize-11 {
    font-size: 11px;
}
.fontsize-12 {
    font-size: 12px;
}
.fontsize-13 {
    font-size: 13px;
}
.fontsize-14 {
    font-size: 14px;
}
.fontsize-15 {
    font-size: 15px;
}
.pb-10 {
    padding-bottom: 10px;
}
/*********************************************************** Custom CSS*/
.home-signin-title {
    /*  font-family: coco;
    font-size: 25px;
    margin-bottom: 60px;*/
}

.Home-signin-Background-image {
    background-image: url(/Content/Images/Map-World-History.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 100vh;
}
.History24-Logo {
    width: 150px;
}
.TopicD-Show-PictureURl {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}